body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #40514E;
}

h1 {
  font-size: 5.63rem;
  margin: 50px auto 0 auto;
  font-family: 'Dancing Script', cursive;
  color: #66BFBF;
  line-height: 2;
}

h2 {
  font-size: 2.50rem;
  font-family: 'Poiret One', cursive;
  color: #66BFBF;
  font-weight: normal;
}

h3, a {
  color: #11999E;
}

hr {
  border-style: dotted none none none;
  border-top-width: 5px;
  border-color: #e0e0ec;
  width: 5%;
  margin: 70px auto ;
}

.top-container {
  background-color: #EAF6F6;
  position: relative;
  padding-top: 100px;
}

.middle-container {}

.bottom-container {}

.cloud1 {
  position: absolute;
  right: 200px;
  top: 50px;
}

.cloud2 {
  position: absolute;
  left: 200px;
  bottom: 200px;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

.laptop-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.code-img {
  width: 25%;
  float: right;
  margin-left: 30px;
}


.employee-img {
  padding-top: 50px;
}

.about {
  line-height: 2;
  width: 40%;
  margin: auto;
}
.butn {
  background: #66BFBF;
  background-image: -webkit-linear-gradient(top, #66BFBF, #11999E);
  background-image: -moz-linear-gradient(top, #66BFBF, #11999E);
  background-image: -ms-linear-gradient(top, #66BFBF, #11999E);
  background-image: -o-linear-gradient(top, #66BFBF, #11999E);
  background-image: linear-gradient(to bottom, #66BFBF, #11999E);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn:hover {
  background: #11999E;
  text-decoration: none;
}
.contact-me{
  padding-bottom: 50px;
  line-height: 2;
}
.contact-desc{
  width: 30%;
  margin: 40px auto 60px ;
}
.bottom-container{
  background-color: #66BFBF;
  padding: 30px ;
}

.footer-link{
  margin: 10px 20px;
  text-decoration: none;
  font-family: 'Merriweather', serif;
  color: #11999E;
}
.footer-link:hover{
  color: #EAF6F6;
}
.foot-note{
  color: #EAF6F6;
font-size: 0.63rem;
margin: 30px auto;
}
